Mix Object topic

The fundamental object that facilitates Mixes.

The instance can be used in Mixable Widgets to provide attributes to the widget.

Can be instantiated with two constructors:

  • Constructor using positional arguments of attributes
  • Constructor using a List of attributes

For either constructor, attributes are order dependent and are applied from the last attribute specified to the first.

Classes

Mix<T extends Attribute> Mix Object
Defines a mix